home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)Z / (A)Z10.ADF / A_Host / sample.scr < prev   
Text File  |  1989-07-04  |  929b  |  52 lines

  1. #!++
  2. #! Abstract:
  3. #!    Example script file for the AmigaHost terminal program.
  4. #!
  5. #!    The dial command for Hayes smartmodem.
  6. #!
  7. #! Authors: Steve Wilhite
  8. #!
  9. #! Revision History:
  10. #!
  11. #! Steve Wilhite, 8/1/86
  12. #!    Remove my ppn & password before release!
  13. #!--
  14. #
  15. ATD 457-6133
  16. #!
  17. #! Wait for the message from the modem, indicating carrier.
  18. #!
  19. #p'CONNECT'w'2'
  20. #
  21. #p'Host Name:'cis
  22. #p'User ID:'00000,0000
  23. #!          ^^^^^^^^^^----- your ppn goes here
  24. #!          vvvvvvvvvvvv--- your password goes here
  25. #p'Password'xxxxxxxxxx
  26. #!
  27. #! Start log file.  This will append to the file if one already exists.
  28. #! Visit our sig and read new messages.
  29. #!
  30. #lo'sig.msg'#
  31. #p'TOP'go pcs61
  32. #p'Function:'rn
  33. #(
  34.     'Function:',    'logoff',
  35.     '(UA RE T):',    'set-nonstop'
  36. )#
  37. #:'set-nonstop'#
  38. ns
  39. #p'Function:'#
  40. #!
  41. #! That's all folks
  42. #!
  43. #:'logout'off
  44. #p'Name:'off
  45. #!
  46. #! Close the log file and exit AHost
  47. #!
  48. #lc#
  49. #e
  50.  
  51.  
  52.